.event-x1 article {
    max-height: 660px;
    box-sizing: content-box;

    /***********************CAROUSELS***/
}

.t1 {
    transform: translateX(-100%);
}

.t2 {
    transform: translateX(-200%);
}

.event-x1 .image-container {
    height: 659px;
    max-height: 659px;
    min-width: 743px;
    width: 743px;

    margin-right: 40px;

    padding: 10px;

    overflow: hidden;
}

.event-x1 .image-container img {
    /* width: 100%; */
    height: calc(100% - 20px);
}

.event-x1 .content-container {
    display: flex;
    flex-direction: column;

    margin-top: 80px;
    padding-right: 40px;
}

.content-container .content-title {
    display: flex;
    flex-direction: row;
    align-items: center;

    margin-bottom: 25px;

    font-family: 'Bebas Neue';
    font-size: 30px;


    text-align: center;
}

.content-container .content-title h2 {
    flex-grow: 2;

    margin-right: 50px;
}

.content-container .content-title .ico-arrow {
    /* position: absolute; */
    height: 50px;
    width: 50px;

    display: block;
}

.event-x1 .content-container .location {
    text-align: center;

    margin-bottom: 45px;

    font-family: 'Bebas Neue';
    font-size: 30px;
    color: #69c0bb;
}

.event-x1 .content-container p {
    margin-bottom: 25px;
}

.event-x1 .content-container p:last-of-type {
    font-size: bold;
}

.deco-grimaud {
    height: 110px;

    margin-top: auto;
    margin-bottom: 50px;

    /* width: 221px; */
}

